- GDateTime
alias GDateTime = _GDateTime
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GTimeSpan
alias GTimeSpan = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add
alias da_g_date_time_add = GDateTime* function(GDateTime* datetime, GTimeSpan timespan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_days
alias da_g_date_time_add_days = GDateTime* function(GDateTime* datetime, gint days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_full
alias da_g_date_time_add_full = GDateTime* function(GDateTime* datetime, gint years, gint months, gint days, gint hours, gint minutes, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_hours
alias da_g_date_time_add_hours = GDateTime* function(GDateTime* datetime, gint hours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_minutes
alias da_g_date_time_add_minutes = GDateTime* function(GDateTime* datetime, gint minutes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_months
alias da_g_date_time_add_months = GDateTime* function(GDateTime* datetime, gint months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_seconds
alias da_g_date_time_add_seconds = GDateTime* function(GDateTime* datetime, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_weeks
alias da_g_date_time_add_weeks = GDateTime* function(GDateTime* datetime, gint weeks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_add_years
alias da_g_date_time_add_years = GDateTime* function(GDateTime* datetime, gint years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_compare
alias da_g_date_time_compare = gint function(gconstpointer dt1, gconstpointer dt2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_difference
alias da_g_date_time_difference = GTimeSpan function(GDateTime* end, GDateTime* begin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_equal
alias da_g_date_time_equal = gboolean function(gconstpointer dt1, gconstpointer dt2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_format
alias da_g_date_time_format = gchar* function(GDateTime* datetime, const(gchar)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_day_of_month
alias da_g_date_time_get_day_of_month = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_day_of_week
alias da_g_date_time_get_day_of_week = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_day_of_year
alias da_g_date_time_get_day_of_year = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_hour
alias da_g_date_time_get_hour = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_microsecond
alias da_g_date_time_get_microsecond = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_minute
alias da_g_date_time_get_minute = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_month
alias da_g_date_time_get_month = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_second
alias da_g_date_time_get_second = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_seconds
alias da_g_date_time_get_seconds = gdouble function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_timezone_abbreviation
alias da_g_date_time_get_timezone_abbreviation = const(gchar)* function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_utc_offset
alias da_g_date_time_get_utc_offset = GTimeSpan function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_week_numbering_year
alias da_g_date_time_get_week_numbering_year = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_week_of_year
alias da_g_date_time_get_week_of_year = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_year
alias da_g_date_time_get_year = gint function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_get_ymd
alias da_g_date_time_get_ymd = void function(GDateTime* datetime, gint* year, gint* month, gint* day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_hash
alias da_g_date_time_hash = guint function(gconstpointer datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_is_daylight_savings
alias da_g_date_time_is_daylight_savings = gboolean function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new
alias da_g_date_time_new = GDateTime* function(GTimeZone* tz, gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_from_timeval_local
alias da_g_date_time_new_from_timeval_local = GDateTime* function(const(GTimeVal)* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_from_timeval_utc
alias da_g_date_time_new_from_timeval_utc = GDateTime* function(const(GTimeVal)* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_from_unix_local
alias da_g_date_time_new_from_unix_local = GDateTime* function(gint64 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_from_unix_utc
alias da_g_date_time_new_from_unix_utc = GDateTime* function(gint64 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_local
alias da_g_date_time_new_local = GDateTime* function(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_now
alias da_g_date_time_new_now = GDateTime* function(GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_now_local
alias da_g_date_time_new_now_local = GDateTime* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_now_utc
alias da_g_date_time_new_now_utc = GDateTime* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_new_utc
alias da_g_date_time_new_utc = GDateTime* function(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_ref
alias da_g_date_time_ref = GDateTime* function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_to_local
alias da_g_date_time_to_local = GDateTime* function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_to_timeval
alias da_g_date_time_to_timeval = gboolean function(GDateTime* datetime, GTimeVal* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_to_timezone
alias da_g_date_time_to_timezone = GDateTime* function(GDateTime* datetime, GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_to_unix
alias da_g_date_time_to_unix = gint64 function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_to_utc
alias da_g_date_time_to_utc = GDateTime* function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_date_time_unref
alias da_g_date_time_unref = void function(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add
GDateTime* g_date_time_add(GDateTime* datetime, GTimeSpan timespan)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_days
GDateTime* g_date_time_add_days(GDateTime* datetime, gint days)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_full
GDateTime* g_date_time_add_full(GDateTime* datetime, gint years, gint months, gint days, gint hours, gint minutes, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_hours
GDateTime* g_date_time_add_hours(GDateTime* datetime, gint hours)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_minutes
GDateTime* g_date_time_add_minutes(GDateTime* datetime, gint minutes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_months
GDateTime* g_date_time_add_months(GDateTime* datetime, gint months)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_seconds
GDateTime* g_date_time_add_seconds(GDateTime* datetime, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_weeks
GDateTime* g_date_time_add_weeks(GDateTime* datetime, gint weeks)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_years
GDateTime* g_date_time_add_years(GDateTime* datetime, gint years)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_compare
gint g_date_time_compare(gconstpointer dt1, gconstpointer dt2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_difference
GTimeSpan g_date_time_difference(GDateTime* end, GDateTime* begin)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_equal
gboolean g_date_time_equal(gconstpointer dt1, gconstpointer dt2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_format
gchar* g_date_time_format(GDateTime* datetime, const(gchar)* format)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_day_of_month
gint g_date_time_get_day_of_month(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_day_of_week
gint g_date_time_get_day_of_week(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_day_of_year
gint g_date_time_get_day_of_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_hour
gint g_date_time_get_hour(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_microsecond
gint g_date_time_get_microsecond(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_minute
gint g_date_time_get_minute(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_month
gint g_date_time_get_month(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_second
gint g_date_time_get_second(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_seconds
gdouble g_date_time_get_seconds(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_timezone_abbreviation
const(gchar)* g_date_time_get_timezone_abbreviation(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_utc_offset
GTimeSpan g_date_time_get_utc_offset(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_week_numbering_year
gint g_date_time_get_week_numbering_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_week_of_year
gint g_date_time_get_week_of_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_year
gint g_date_time_get_year(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_ymd
void g_date_time_get_ymd(GDateTime* datetime, gint* year, gint* month, gint* day)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_hash
guint g_date_time_hash(gconstpointer datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_is_daylight_savings
gboolean g_date_time_is_daylight_savings(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new
GDateTime* g_date_time_new(GTimeZone* tz, gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_timeval_local
GDateTime* g_date_time_new_from_timeval_local(const(GTimeVal)* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_timeval_utc
GDateTime* g_date_time_new_from_timeval_utc(const(GTimeVal)* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_unix_local
GDateTime* g_date_time_new_from_unix_local(gint64 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_unix_utc
GDateTime* g_date_time_new_from_unix_utc(gint64 t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_local
GDateTime* g_date_time_new_local(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_now
GDateTime* g_date_time_new_now(GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_now_local
GDateTime* g_date_time_new_now_local()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_now_utc
GDateTime* g_date_time_new_now_utc()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_utc
GDateTime* g_date_time_new_utc(gint year, gint month, gint day, gint hour, gint minute, gdouble seconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_ref
GDateTime* g_date_time_ref(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_local
GDateTime* g_date_time_to_local(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_timeval
gboolean g_date_time_to_timeval(GDateTime* datetime, GTimeVal* tv)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_timezone
GDateTime* g_date_time_to_timezone(GDateTime* datetime, GTimeZone* tz)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_unix
gint64 g_date_time_to_unix(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_utc
GDateTime* g_date_time_to_utc(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_unref
void g_date_time_unref(GDateTime* datetime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add
da_g_date_time_add g_date_time_add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_days
da_g_date_time_add_days g_date_time_add_days;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_full
da_g_date_time_add_full g_date_time_add_full;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_hours
da_g_date_time_add_hours g_date_time_add_hours;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_minutes
da_g_date_time_add_minutes g_date_time_add_minutes;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_months
da_g_date_time_add_months g_date_time_add_months;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_seconds
da_g_date_time_add_seconds g_date_time_add_seconds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_weeks
da_g_date_time_add_weeks g_date_time_add_weeks;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_add_years
da_g_date_time_add_years g_date_time_add_years;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_compare
da_g_date_time_compare g_date_time_compare;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_difference
da_g_date_time_difference g_date_time_difference;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_equal
da_g_date_time_equal g_date_time_equal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_format
da_g_date_time_format g_date_time_format;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_day_of_month
da_g_date_time_get_day_of_month g_date_time_get_day_of_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_day_of_week
da_g_date_time_get_day_of_week g_date_time_get_day_of_week;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_day_of_year
da_g_date_time_get_day_of_year g_date_time_get_day_of_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_hour
da_g_date_time_get_hour g_date_time_get_hour;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_microsecond
da_g_date_time_get_microsecond g_date_time_get_microsecond;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_minute
da_g_date_time_get_minute g_date_time_get_minute;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_month
da_g_date_time_get_month g_date_time_get_month;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_second
da_g_date_time_get_second g_date_time_get_second;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_seconds
da_g_date_time_get_seconds g_date_time_get_seconds;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_timezone_abbreviation
da_g_date_time_get_timezone_abbreviation g_date_time_get_timezone_abbreviation;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_utc_offset
da_g_date_time_get_utc_offset g_date_time_get_utc_offset;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_week_numbering_year
da_g_date_time_get_week_numbering_year g_date_time_get_week_numbering_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_week_of_year
da_g_date_time_get_week_of_year g_date_time_get_week_of_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_year
da_g_date_time_get_year g_date_time_get_year;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_get_ymd
da_g_date_time_get_ymd g_date_time_get_ymd;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_hash
da_g_date_time_hash g_date_time_hash;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_is_daylight_savings
da_g_date_time_is_daylight_savings g_date_time_is_daylight_savings;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new
da_g_date_time_new g_date_time_new;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_timeval_local
da_g_date_time_new_from_timeval_local g_date_time_new_from_timeval_local;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_timeval_utc
da_g_date_time_new_from_timeval_utc g_date_time_new_from_timeval_utc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_unix_local
da_g_date_time_new_from_unix_local g_date_time_new_from_unix_local;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_from_unix_utc
da_g_date_time_new_from_unix_utc g_date_time_new_from_unix_utc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_local
da_g_date_time_new_local g_date_time_new_local;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_now
da_g_date_time_new_now g_date_time_new_now;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_now_local
da_g_date_time_new_now_local g_date_time_new_now_local;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_now_utc
da_g_date_time_new_now_utc g_date_time_new_now_utc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_new_utc
da_g_date_time_new_utc g_date_time_new_utc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_ref
da_g_date_time_ref g_date_time_ref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_local
da_g_date_time_to_local g_date_time_to_local;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_timeval
da_g_date_time_to_timeval g_date_time_to_timeval;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_timezone
da_g_date_time_to_timezone g_date_time_to_timezone;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_unix
da_g_date_time_to_unix g_date_time_to_unix;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_to_utc
da_g_date_time_to_utc g_date_time_to_utc;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_date_time_unref
da_g_date_time_unref g_date_time_unref;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.